home *** CD-ROM | disk | FTP | other *** search
/ Creating Your Own America Online Web Pages / Creating Your Own America Online Web Pages.iso / TOOLS / WEB4HAM / WEB4HAM.INI < prev    next >
Encoding:
INI File  |  1994-05-02  |  1.1 KB  |  62 lines

  1. [INIT]
  2. DataDir  = c:\serweb
  3. LogFile  = .\web4ham.log
  4. ErrFiles = .\weber
  5. HTTPort  = 80
  6. Debug    = 0
  7. Iconic     = 0
  8. LogAll     = 0
  9. RxTimeout=30
  10. ;
  11. ;left hand side must be valid file name (8+3 chars)
  12. ;
  13. [PROGRAMS]
  14. PDXDEMO.SH   =.\WEB2PDX.EXE DEMO
  15.  
  16. ;
  17. ; keep this order: special hosts first!
  18. ; change entries starting 134.
  19. [255.255.255.255]
  20. ; dedicated hosts
  21. 127.0.0.1       = c:\serweb
  22. 134.100.9.166    = c:\serweb
  23.  
  24. [255.255.255.0]
  25. ;dedicated class C subnets
  26. 135.100.9    = c:\serweb\classc
  27.  
  28. [255.255.0.0]
  29. ;class B subnets
  30. 136.100      = c:\serweb\classb
  31.  
  32. [255.0.0.0]
  33. ;class A subnets
  34. 137.0        = c:\serweb\classa
  35.  
  36. ; all other hosts will have access to default DataDir
  37.  
  38. ; we have to specify content-type here
  39. ; as new suffixes might be defined
  40. ;
  41. [SUFFIXES]
  42. HTM=text/html
  43. PS =text/postscript
  44. TXT=text/plain
  45. DOC=text/msword
  46. RTF=text/rtf
  47. GIF=image/gif
  48. JPG=image/jpeg
  49. MPG=video/mpeg
  50. WAV=audio/wav
  51. AU =audio/ulaw
  52. MID=audio/x-midi
  53. ARC=file/arc
  54. HQX=file/hqx
  55. LHA=file/lharc
  56. EXE=file/pcexe
  57. TAR=file/tar
  58. UUE=file/uuencode
  59. ZIP=file/zip
  60. ZOO=file/zoo
  61. Z  =file/tar.z
  62.